Add GtkModifierStyle as a private object
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 2 Dec 2010 19:28:09 +0000 (20:28 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:54 +0000 (15:39 +0100)
commitb0c87faa50f792b4297dd92c29686eca7f26346f
tree13d6bf6a6201c19827ef36e14e8ae2e092800201
parent0d2d60cf8a93b0599220fb44355d2965c3698852
Add GtkModifierStyle as a private object

This object backs up gtk_widget_override_* operations. This object
is not meant to be public because any intention to modify widgets'
style in a themeable way should involve using regions/classes, so
they're modifiable through CSS. As such, the API is really
short-scoped.
gtk/Makefile.am
gtk/gtkmodifierstyle.c [new file with mode: 0644]
gtk/gtkmodifierstyle.h [new file with mode: 0644]
gtk/gtkwidget.c